<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #f8f8f8;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none !important;
}
li{
	list-style: none !important;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs36{
	font-size: 36px;
}
.fs38{
	font-size: 38px;
}
.fs40{
	font-size: 40px;
}
.fs42{
	font-size: 42px;
}
.fs46{
	font-size: 46px;
}
.fs48{
	font-size: 48px;
}
.font-w{
	font-weight: bold;
}
.c-fff{
	color: #fff;
}
.c-000{
	color: #000;
}
.c-1a{
	color: #1a1a1a1;
}
.c-21{
	color: #212121;
}
.c-333{
	color: #333;
}
.c-444{
	color: #444;
}
.c-666{
	color: #666;
}
.c-80{
	color: #808080;
}
.c-888{
	color: #888;
}
.c-999{
	color: #999;
}
.c-e6{
	color: #e6e6e6;
}
.c-main{
	color: #ddbe73;
}
.c-f54{
	color: #F54042;
}
.bg-main{
	background-color:#ddbe73;
}

.bg-fff{
	background-color:#fff;
}
.bg-f6{
	background-color:#f6f6f6;
}
.bg-f5{
	background-color:#f5f5f5;
}
.bg-000{
	background-color:#000;
}
.bg-eee{
	background-color:#eee;
}
.border-r4{
	border-radius: 4px;
}
.border-r6{
	border-radius: 6px;
}
.border-r8{
	border-radius: 8px;
}
.border-r10{
	border-radius: 10px;
}
.border-r12{
	border-radius: 12px;
}
.border-r16{
	border-radius: 16px;
}
.border-r18{
	border-radius: 18px;
}
.padding-left8{
	padding-left: 8px;
}
.padding-left12{
	padding-left: 12px;
}
.padding-left16{
	padding-left: 16px;
}
.padding-left18{
	padding-left: 18px;
}
.padding-left20{
	padding-left: 20px;
}
.padding-left24{
	padding-left: 24px;
}
.padding-left28{
	padding-left: 28px;
}
.padding-left30{
	padding-left: 32px;
}

.padding-right8{
	padding-right: 8px;
}
.padding-right12{
	padding-right: 12px;
}
.padding-right16{
	padding-right: 16px;
}
.padding-right18{
	padding-right: 18px;
}
.padding-right20{
	padding-right: 20px;
}
.padding-right24{
	padding-right: 24px;
}

.padding-top8{
	padding-top: 8px;
}
.padding-top12{
	padding-top: 12px;
}
.padding-top16{
	padding-top: 16px;
}
.padding-top18{
	padding-top: 18px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top24{
	padding-top: 24px;
}

.padding-bottom8{
	padding-bottom: 8px;
}
.padding-bottom12{
	padding-bottom: 12px;
}
.padding-bottom16{
	padding-bottom: 16px;
}
.padding-bottom18{
	padding-bottom: 18px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom24{
	padding-bottom: 24px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}

/*公共样式*/
@media screen and (min-width:750px){
	/*html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}*/
}


































</pre></body></html>